﻿using UnityEngine;
using UnityEngine.UI;
using EnhancedUI.EnhancedScroller;

namespace EnhancedScrollerDemos.Pagination
{
    /// <summary>
    /// This is the simple loading cell view
    /// </summary>
    public class LoadingCellView : EnhancedScrollerCellView
    {
    }
}